math/big.nat.setBytes (method)
6 uses
math/big (current package)
floatmarsh.go#L94: z.mant = z.mant.setBytes(buf[10:])
int.go#L515: z.abs = z.abs.setBytes(buf)
intmarsh.go#L44: z.abs = z.abs.setBytes(buf[1:])
nat.go#L1344: func (z nat) setBytes(buf []byte) nat {
ratmarsh.go#L66: z.a.abs = z.a.abs.setBytes(buf[j:i])
ratmarsh.go#L67: z.b.abs = z.b.abs.setBytes(buf[i:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |